home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 23 / Amiga Format AFCD23 (Feb 1998, Issue 107).iso / -in_the_mag- / emulation / computers / 99 / ticonfig.dat < prev   
Text File  |  1997-12-12  |  939b  |  29 lines

  1. * Configuration file for TI-Emulator
  2. * This file is read when the emulator boots.
  3. * Notes:
  4. * '*' (asterisk) or ' ' (space) indicates comment line.
  5. *
  6. * format: <filename> <C|G|CS> <address> <offset> <length>
  7. *
  8. * filename:     Name of the binary file (e.g. grom0.bin)
  9. * C:        load in CPU ram
  10. * G:        load in GROM
  11. * S:        load in CPU ram and swap even/odd bytes
  12. * address:     [hex] address location in RAM or GROM to load file
  13. * offset:    [hex] #bytes to skip from file (e.g. for TIFILES header)
  14. * length:    [hex] #bytes to load from file (normally 8192 or 6144)
  15.  
  16. rom.bin        S 0000 0 2000
  17. diskrom.bin    C 4000 0 0100
  18. * "system" GRAM files not included in this package
  19. * system.bin      C 6000 0 2000
  20.  
  21. grom0.bin    G 0000 0 1800
  22. grom1.bin    G 2000 0 1800
  23. grom2.bin    G 4000 0 1800
  24. * system1.bin     G 6000 0 2000
  25. * system2.bin     G 8000 0 2000
  26. * system3.bin     G A000 0 2000
  27. * system4.bin     G C000 0 2000
  28. * system5.bin     G E000 0 2000
  29.